home *** CD-ROM | disk | FTP | other *** search
/ Shocking The Web CD-ROM / SHOCK_CD.ISO / pc / tutorial / devglry / vanguard / source / balls.dir / 00025_Init SetGrav.ls < prev    next >
Encoding:
Text File  |  1996-04-22  |  169 b   |  12 lines

  1. on exitFrame
  2.   setPuppet()
  3.   set the constraint of sprite 4 to 2
  4.   set the constraint of sprite 5 to 3
  5.   setVarPos()
  6. end
  7.  
  8. on enterFrame
  9.   unPuppet()
  10.   updateStage()
  11. end
  12.